@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	font-size: 14px;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
.clear{
	clear: both;
}
.clear::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs24{
	font-size: 24px;
}
.fs26{
	font-size: 26px;
}
.fs28{
	font-size: 28px;
}
.fs30{
	font-size: 30px;
}
.fs32{
	font-size: 32px;
}
.fs36{
	font-size: 36px;
}
.fs38{
	font-size: 38px;
}
.fs40{
	font-size: 40px;
}
.fs42{
	font-size: 42px;
}
.fs46{
	font-size: 46px;
}
.fs48{
	font-size: 48px;
}
.font-w{
	font-weight: bold;
}
.c-fff{
	color: #fff;
}
.c-000{
	color: #000;
}
.c-1a{
	color: #1a1a1a1;
}
.c-21{
	color: #212121;
}
.c-333{
	color: #333;
}
.c-444{
	color: #444;
}
.c-666{
	color: #666;
}
.c-80{
	color: #808080;
}
.c-888{
	color: #888;
}
.c-999{
	color: #999;
}
.c-e6{
	color: #e6e6e6;
}
.c-main{
	color: #ddbe73;
}
.c-f54{
	color: #F54042;
}
.bg-main{
	background-color:#ddbe73;
}

.bg-fff{
	background-color:#fff;
}
.bg-f6{
	background-color:#f6f6f6;
}
.bg-f5{
	background-color:#f5f5f5;
}
.bg-000{
	background-color:#000;
}
.bg-eee{
	background-color:#eee;
}
.border-r4{
	border-radius: 4px;
}
.border-r6{
	border-radius: 6px;
}
.border-r8{
	border-radius: 8px;
}
.border-r10{
	border-radius: 10px;
}
.border-r12{
	border-radius: 12px;
}
.border-r16{
	border-radius: 16px;
}
.border-r18{
	border-radius: 18px;
}
.padding-left8{
	padding-left: 8px;
}
.padding-left12{
	padding-left: 12px;
}
.padding-left16{
	padding-left: 16px;
}
.padding-left18{
	padding-left: 18px;
}
.padding-left20{
	padding-left: 20px;
}
.padding-left24{
	padding-left: 24px;
}
.padding-left28{
	padding-left: 28px;
}
.padding-left30{
	padding-left: 32px;
}

.padding-right8{
	padding-right: 8px;
}
.padding-right12{
	padding-right: 12px;
}
.padding-right16{
	padding-right: 16px;
}
.padding-right18{
	padding-right: 18px;
}
.padding-right20{
	padding-right: 20px;
}
.padding-right24{
	padding-right: 24px;
}

.padding-top8{
	padding-top: 8px;
}
.padding-top12{
	padding-top: 12px;
}
.padding-top16{
	padding-top: 16px;
}
.padding-top18{
	padding-top: 18px;
}
.padding-top20{
	padding-top: 20px;
}
.padding-top24{
	padding-top: 24px;
}

.padding-bottom8{
	padding-bottom: 8px;
}
.padding-bottom12{
	padding-bottom: 12px;
}
.padding-bottom16{
	padding-bottom: 16px;
}
.padding-bottom18{
	padding-bottom: 18px;
}
.padding-bottom20{
	padding-bottom: 20px;
}
.padding-bottom24{
	padding-bottom: 24px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}


/*头部底部测导航公用样式*/
.new_header{
	display: block;
	width: 100%;
	height: 80px;
}
.new_header.active{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.5);
}

.new_header_in{
	height: 80px;
	position: relative;
	font-size: 0;
}

.new_head_nav{
	float: left;
	width: auto;
	height: 80px;
	font-size: 0;
	margin: 0 auto;
}
.new_head_nav li{
	width: auto;
	height: 80px;
	position: relative;
	float: left;
}
.new_head_nav li>a{
	display: block;
	padding: 0 26px;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 18px;
	color: #333;
	margin: 20px 0;
}
.new_head_nav li:hover>a{
	color: #fff;
	background: #003f8f;
}
.new_head_nav li.active>a{
	color: #fff;
	background: #003f8f;
}

.new_head_menu{
	display: none;
	width: 130px;
	height: auto;
	padding: 10px 0;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	box-shadow: 1px 1px 2px 2px rgba(200, 200, 200, 0.4);
	margin-left: -65px;
	z-index: 99;
}
.new_head_menu a{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.new_head_menu a:hover{
	color: #003f8f;
}


/*底部*/
.new_footer{
	display: block;
	width: 100%;
	height: 324px;
	background-color: #222222;
	position: relative;
	padding-top: 32px;
}
.new_fooer_beian{
	display: block;
	width: 100%;
	height: 42px;
	background-color: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 42px;
}
.new_fooer_beian a{
	color: #808080;
}
.new_fooer_beian a:hover{
	color: #fff;
}

.new_footer_ewm{
	display: inline-block;
	float: right;
	width: auto;
	height: 100%;
	padding-top: 3px;
	margin-right: 20px;
}
.new_footer_ewm span{
	display: block;
	width: 128px;
	height: 128px;
	margin-bottom: 6px;
}
.new_footer_ewm p{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.new_footer_ewm h3{
	font-size: 20px;
	color: #fff;
	line-height: 24px;
}
.new_footer_in{
	display: inline-block;
	float: left;
	height: 100%;
	margin-right: 100px;
	font-size: 14px;
	color: #808080;
	max-width: 280px;
	width:85px;
}
.new_footer_in h2{
	padding-left: 8px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 6px;
	position: relative;
}
.new_footer_in h2::after{
	content: "";
	display: block;
	width: 3px;
	height: 16px;
	background: #003f8f;
	position: absolute;
	left: 0;
	top: 13px;
}
.new_footer_in a{
	display: block;
	color: #8c8c8c;
	line-height: 26px;
	padding-left: 8px;
}
.new_footer_in a:hover{
	color: #fff;
}
.new_fonter_lianjie{
	display: block;
	width: 100%;
	height: 48px;
	position: absolute;
	bottom: 42px;
	left: 0;
	font-size: 12px;
	color: #8c8c8c;
	line-height: 48px;
	text-align: center;
}
.new_fonter_lianjie a{
	color: #8c8c8c;
}
.new_fonter_lianjie a:hover{
	color: #fff;
}
.new_fonter_lianjie img{
	width: 16px;
}

/*右侧导航*/
.new_right_nav{
	display: block;
	width: 58px;
	height: 273px;
	position: fixed;
	top: 24%;
	right: 0;
	z-index: 99;
}
.new_right_menu{
	display: block;
	width: 170px;
	height: 58px;
	margin-bottom: 10px;
	background-color: #003f8f;
	border-radius: 4px 0 0 4px;
	font-size: 0px;
	color: #fff;
	line-height: 58px;
	position: relative;
	cursor: default;
}
.new_right_menu span{
	display:inline-block;
	float: left;
	width: 28px;
	height: 28px;
	margin-left: 12px;
}
.new_right_menu_in{
	display: inline-block;
	width: 130px;
	float: right;
	text-align: right;
	font-size: 14px;
	padding-right: 6px;
}
/*.new_right_menu:hover{
	background-color: #9d2932;
}*/
.new_right_menu_ewm{
	display: none;
	width: 128px;
	height: 128px;
	border-radius: 10px;
	background-color: #003f8f;
	padding: 5px;
	position: absolute;
	top: -36px;
	left: -142px;
}
.new_right_menu_ewm img{
	border-radius: 8px;
}













/*公共样式*/
@media screen and (min-width:750px){
	/*html,body{
		font-size: 100px !important;
		margin: 0 auto;
		max-width: 750px;
	}*/
}


































